﻿
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/*banner */
html,body{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
	background-size: 100% 100%;

}
.meyimg{
	margin-left: 3px;

}
.abt-right-thumb{
	height: 100%;
	background-image:url(/staticsk/images/dt.png);
	background-size: 100% 100%;
}
.abt-right-thumb1{
    height: 239px;
    background-image:url(/staticsk/images/xzk.png);
    background-size: 100% 100%;
    margin-top: 15px;
}
.meyimg{
	margin-left: 5px;

}
.lhg{
	width: 10%;
	border: 2px solid #35e3f3;
	margin: 0 0  60px 0;

}
.lhg1{
	width: 8%;
	border: 1px solid #079fff;
	margin: 0 0  0px 0;

}
.newp{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	width: 100%;
	background: transparent;
cursor: pointer;
	float: left;
	padding-left: 15px;
	border-bottom: 1px solid #efefef;
}
.newp:hover{
	background: #f1f1f1;
}
.ys{
	height: 30px;
	font-size: 13px;
	cursor: pointer;
	line-height: 30px;
	margin-left: 5px;
	margin-top: 10px;
	width: 30px;
	border: 1px solid #c6c6c6;
	border-radius: 2px;
}
.fmargin_top h2{
	font-size: 18px;
	padding-bottom: 50px;

}
.fmargin_top h4{
	color: #333;
	font-weight: bold;

}

.zp{
	width: 30%;
	float: left;
}
.teld{
	width: 60%;
	float: left;

}
.teld1{
	width: 40%;
	float: left;
}
.newxx{width: 65%;	float: right;
}
.yssel{
	background: #10b2f9;
	color: #fff;
}
.cen{
	text-align: center;

}
.cent{
	text-align: center;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	float: left;
	width: 100%;
	padding-left: 15px;
}
.xwdy{
	width: 100%;
	float: left;
}
.let{
	text-align: left !important;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 35%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	margin-top: 20px;
	font-family: "Myriad Pro","Microsoft YaHei";}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	white-space: nowrap;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(/staticsk/images/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(/staticsk/images/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(/staticsk/images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(/staticsk/images/ban_next_hover.png);
}
.qhci{
	width: 100%;
	height: 20px;
	margin: 10px 0;
	display: none;
	line-height:20px;
	justify-content: center;
}
.qhci label{
margin-left: 15px;
	cursor: pointer;
	text-decoration:underline;
	font-weight: normal;
}
.qhci .active{
	color: #059fff;
}
.index_main .section1 .number{
	position: absolute;
	bottom:5%;
	left: 50%;
	padding-bottom: 5px;
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:20px;
	display: inline-block;
	height: 12px;
	width: 12px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #fff;	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active{
background: #fff;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background-size: 100% 100%;

}


.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url(/staticsk/images/bac3.png) no-repeat;
	background-size: 100% 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background:#f0f2f7;
	background-size: 100% 100%;
}
.xhide{
	display: block;
}
.jd{
	background: url(/staticsk/images/jd2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	width: 50%;
	transition: top 0.1s, right 0.1s;
	animation: lulig2 500s linear infinite;

}
.bk{
	background: url(/staticsk/images/abb.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 1px;
}
.jd1{
	background: url(/staticsk/images/jd3.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 50%;
	transition: top 0.1s, left 0.1s;
	animation: lulig3 500s linear infinite;

}
@keyframes lulig2{
	0%{	top: 0;
		right: 0;}
	50%{
		right: -8%;}
	100%{
		right: -0%;
	}
}
@keyframes lulig3{
	0%{
		left: 0;}
	50%{
		left: -8%;}
	100%{
		left: -0%;
	}
}
.quan{
	background: url(/staticsk/images/quan.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	height: 50%;
	top: 0;
	left: 0;
	width: 50%;
}
.lu{
	 background: url(/staticsk/images/lu.png) no-repeat;
	 background-size: 100% 100%;
	 position: absolute;
	 height: 100%;
	 opacity:0.8;
	left:0px;
	 width: 100%;
	 top: 0px;

}
.lu2{
	background: url(/staticsk/images/lu.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	height: 100%;
	/* top: 50%; */
	opacity: 0;
	left:1px;
	width: 100%;
	top: 2px;
	animation: lulig 4s linear infinite;


}
.footer-bottom p{
	margin: 0;
	color: #8da2c3;
}
.fot{
position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.botgd{
	margin-top: 0px;
	margin-bottom: 1%;
	width: 100%;
	color: #fff;
	text-align: right;

}
.tel1{
	position: absolute;
	cursor: pointer;
	bottom: 5%;
	height: 26px;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
	left: 8px;
}
.pest-icon img{
	height: 60px;
}
.lxf{
	background: #fff;
	height: 40px;
	width: 100%;
	margin-top: 30px;
	font-size: 15px;
	min-width: 160px;
	border-radius: 20px;
	padding-left: 25px;
	font-weight: bold;

}
.showzw{
	display: none;
}
.lxf1{
	background: url(/staticsk/images/lxf1.png) no-repeat;
	background-size: 100% 100%;

}
.lxf2{
	background: url(/staticsk/images/lxf2.png) no-repeat;
	background-size: 100% 100%;


}
.tel{
	position: absolute;
	cursor: pointer;
	bottom: 5%;
	height: 26px;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	color: #00acff;
	left: 37px;
}
.tope{
	position: absolute;
	cursor: pointer;
	bottom: 5%;
	right: 2%;
}
.botgd a{
	color: #fff;

}
@keyframes lulig{
	0%{	opacity: 0;}
	50%{	opacity: 1;
	}
	100%{opacity: 0
	}
}
.index_main .section4 h3{
	text-align: center;
}
.index_main .section5{
	background: url(/staticsk/images/bac5.png) no-repeat;
	background-size: 100% 100%;
}
.index_main .section5 h3{
	text-align: center;
}
.container1{
	width: 98%;
	margin-left: 1%;
}

.fabj1{
	background: url(/staticsk/images/fn1.png) no-repeat;
	background-size: 100% 100%;
}
.fabj2{
	background: url(/staticsk/images/fn2.png) no-repeat;
	background-size: 100% 100%;
}
.fabj3{
	background: url(/staticsk/images/fn3.png) no-repeat;
	background-size: 100% 100%;
}.fabj4{
	 background: url(/staticsk/images/fn4.png) no-repeat;
	 background-size: 100% 100%;
 }
.fabj5{
	background: url(/staticsk/images/fn5.png) no-repeat;
	background-size: 100% 100%;
}


.single-bc{
	padding: 59px 33px;
}


.single-service:hover  .xqbtn{
	display:  inline-table;
}
.single-service:hover  .single-bc{
	padding: 40px 33px;
	background: rgba(20, 175, 234, 0.47);
}
@media (min-width: 1400px){
	.single-bc{
		padding: 89px 33px;

	}
	.single-service:hover  .single-bc{
		padding: 70px 33px;
		background: rgba(20, 175, 234, 0.47);
	}
}
.lxf{
	margin-top: 30px;
}
.xqbtn{
	background: transparent;
	padding: 3px 8px;
	display: none;
	color: #fff;
	border-radius: 1px;
	border: 1px solid #fff;
	margin-top: 10px;
}
.single-service-two h4{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}

.xqbtn1{
	background: #0098d8;
	padding: 5px 9px 3px 9px;
	color: #fff;
	border-radius: 6px;
	/* border: 1px solid #d4d4d4; */
	box-shadow: 2px 6px 19px rgba(21, 19, 19, 0.3);
	margin-bottom: 17px;


}

.lgbc{
	height: 100%;
	position: absolute;

	left: 32%;
}
.lgbc1{
	height: 100%;
	position: absolute;
	background: url(/staticsk/images/lou.png) no-repeat;
	background-size: 100% 100%;
	left: 47%;
}
.lgbc11{
	height: 100%;
	position: absolute;
	background: url(/staticsk/images/fk.png) no-repeat;
	background-size: 100% 100%;
	left: -2%;
	opacity: 0.6;
}
.lgbc2{
	height: 76%;
	top: 24%;
	position: absolute;
	background: url(/staticsk/images/lg3.png) no-repeat;
	background-size: 100% 100%;
 }
.lgbc3{
	height: 100%;
	left:50%;
	position: absolute;
}
.xzsect{
	position: absolute;
     height: 100%;
	background: #f0f2f7;
	width: 100%;
	color: #333;
	top: 0;

}

.lgbcimg31{
	height: 52.4%;
	position: absolute;
	background: url(/staticsk/images/kj.png) no-repeat;
	background-size: 100% 100%;
	width: 98%;
	top: 33%;
	left: 0%;
}
.lgbcimg32{

	position: absolute;
	background: url(/staticsk/images/ks1.png) no-repeat;
	background-size: 100% 100%;
	height: 14.4%;
	width: 18%;
	top: 31%;
	left: 40%;
	animation: rotate31 6s linear infinite
}
.lgbcimg33{

	position: absolute;
	background: url(/staticsk/images/ks1.png) no-repeat;
	background-size: 100% 100%;
	height: 21.4%;
	width: 30%;
	top: 27%;
	left: 34%;
}
.lgbcimg34{
	position: absolute;
	background: url(/staticsk/images/sk.png) no-repeat;
	background-size: 100% 100%;
	height: 19.1%;
	width: 45%;
	top: 31.5%;
	left: 27%;
}
.lgbcimg36{
	position: absolute;
	background: url(/staticsk/images/zf.png) no-repeat;
	background-size: 100% 100%;
	height: 30.1%;
	width: 47%;
	top: 43.5%;
	left: 26%;
}
.lgbcimg37{
	position: absolute;
	background: url(/staticsk/images/xk1.png) no-repeat;
	background-size: 100% 100%;
	height: 40.1%;
	width: 98%;
	top: 39.5%;
	left: 0%;
	animation: rotate33 6s linear infinite

}
.lgbcimg38{
	position: absolute;
	background: url(/staticsk/images/xk1.png) no-repeat;
	background-size: 100% 100%;
	height: 40.1%;
	width: 98%;
	top: 47.5%;
	left: 0%;
	animation: rotate34 6s linear infinite

}
.lgbcimg39{
	position: absolute;
	background: url(/staticsk/images/hlw.png) no-repeat;
	background-size: 100% 100%;
	height: 15.1%;
	width: 25%;
	top: 23.5%;
	left: 36%;
	animation: rotate32 1.5s linear infinite

}
@keyframes rotate34{
	0%{			top: 47.5%;
	}
	50%{    		top: 45.5%;

	}
	100%{    			top: 47.5%;

	}
}
@keyframes rotate33{
	0%{			top: 39.5%;}
	50%{    	top: 41.5%;
	}
	100%{    		top: 39.5%;
	}
}
@keyframes rotate32{
	0%{		top: 23.5%;}
	50%{    	top: 24.5%;
	}
	100%{    	top: 23.5%;
	}
}
@keyframes rotate31{
	0%{	height: 14.4%;
		width: 18%;
		top: 31%;
		left: 40%;}
	50%{      height: 21.4%;
		width: 30%;
		top: 27%;
		left: 34%;
	}
	100%{    height: 14.4%;
		width: 18%;
		top: 31%;
		left: 40%
	}
}
.lgbcimg21{
	height: 54.4%;
	position: absolute;
	background: url(/staticsk/images/sd2.png) no-repeat;
	background-size: 100% 100%;
	width: 98%;
	top: 22%;
	left: -1.5%;

	animation: rotate21 1.5s linear infinite;
	opacity: 1;
}
.lgbcimg22{
	height: 54.4%;
	position: absolute;
	background: url(/staticsk/images/sd1.png) no-repeat;
	background-size: 100% 100%;
	width: 98%;
	top: 22%;
	left: -0.8%;
	opacity: 0.4;

	animation: rotate22 1.5s linear infinite;
}
.lgbcimg23{
	height: 50.4%;
	position: absolute;
	background: url(/staticsk/images/xx.png) no-repeat;
	background-size: 100% 100%;
	width: 93%;
	top: 21%;
	left: -0.8%;
	animation: rotate211 2s linear infinite;
}
@keyframes rotate21{
	0%{opacity:1;}
	50%{opacity:0.8;
	}
	100%{opacity:1;
	}
}
@keyframes rotate21{
	0%{opacity:1;}
	50%{opacity:0.4;
	}
	100%{opacity:1;
	}
}
@keyframes rotate22{
	0%{opacity:0.4;}
	50%{opacity:1;
	}
	100%{opacity:0.4;
	}
}
.lgbcimg1{
	height: 62.4%;
	position: absolute;
	background: url(/staticsk/images/qiu.png) no-repeat;
	background-size: 100% 100%;
	width: 54%;
	top: 21%;
	left: 34%;
	animation: rotate 500s linear infinite;
}
.lgbcimg3{
	height: 72.4%;
	position: absolute;
	background: url(/staticsk/images/qiu1.png) no-repeat;
	background-size: 100% 100%;
	width: 40%;
	top: 16%;
	left: 52%;
	animation: rotate 500s linear infinite;
}
.kdbc{
	width: auto;
	color: #fff;
	padding-top: 14px ;
}
.kdbc1{
	width: auto;
	padding-bottom: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.fonb{
	color: #333;
}
.maincp{
	height: 700px;

}
.maincp1{
	height: 500px;

}
@media (min-width: 1200px){
	.container {
		width: 970px;
	}
	.ptb--60 {
		padding: 0px 0;
	}
	.fmargin_top h2{
		padding-bottom: 30px;
	}
	.section2 .container {
		width: 873px;
	}
	.header .container {
		width: 100%;
		max-width: 100%;
	}
	.container2 {
		width: 1270px;
	}
	.maincp{
		height: 522px;

	}
	.maincp1{
		height: 456px;

	}

	.index-product{
		padding: 0px 0 20px;
	}
}
@media (min-width: 1400px){
	.index-product{
		padding: 30px 0 60px;
	}
	.fmargin_top h2{
		padding-bottom: 50px;
	}
	.ptb--60 {
		padding: 50px 0;
	}
	.container {
		width: 1170px;
	}
	.container2 {
		width: 1270px;
	}
	.pest-icon{
		width: 110px;
		height: 110px;
	}
	.section2 .container {
		width: 1170px;
	}
	.header .container {
		width: 100%;
		max-width: 100%;
	}
	.maincp{
		height: 700px;

	}
	.maincp1{
		height: 550px;

	}
	}
.maincp_qt{
	height: 70%;
	position: absolute;
	top: 2%;
	left: 28%;
	width: 44%;

}
.maincp_qt_qt{
	position: absolute;
	height: 101.8%;
	width: 100%;
	background: url(/staticsk/images/qwk.png) no-repeat;

	background-size: 100% 100%;
	animation: rotate 80s linear infinite;
}
.maincp_qt_qd{
	position: absolute;
	height: 110%;
	top: -5%;
	left: -4.5%;
	width: 106%;
	background: url(/staticsk/images/qd.png) no-repeat;
	opacity: 1;
	background-size: 100% 100%;

}
.jf{
	position: absolute;
	cursor: pointer;
	text-align: center;
}

.jf1{
	left: 2%;
	width: 15%;
	top: 34%;
	height: 40%;
}
.jf2{
	left: 21%;
	top: 41%;
	height: 41%;
	width: 16%;
}
.jf3{
	left: 41%;
	bottom: 6%;
	height: 45%;
	width: 18%;
}
.jf4{
	right: 21%;
	top: 41%;
	height:41%;
	width: 16%;
}
.jf5{
	right: 2%;
	width: 15%;
	top: 34%;
	height: 40%;
}

.cpcl{
	 position: absolute;
	 height: 26%;
	cursor: pointer;
	 width: 12%;
	 background: url(/staticsk/images/cpbj.png) no-repeat;
	 background-size: 100% 100%;

 }
.cpcl:hover{
	background: url(/staticsk/images/cpbjxz.png) no-repeat;
	background-size: 100% 100%;

}
.cp1{
	left: 7%;
	top: 15%;

}
.cp2{
	left: 14%;
	top: 48%;
}
.cp3{
	left: 44%;
	bottom: 0%;
}
.cp4{
	right: 14%;
	top: 48%;
}
.cp5{
	right: 7%;
	top: 15%;
}

.cp1img{
	background: url(/staticsk/images/it.png) no-repeat;
	background-size: 100% 100%;
	height: 21%;
	width: 30%;
	left: 35%;
	top: 5%;
	opacity: 0.8;
	position: absolute;
	transition:top 0.3s;
}
.cpcl:hover .cp1img{
	background: url(/staticsk/images/it1.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	top: 3%;

}
.cp2img{
	background: url(/staticsk/images/lg.png) no-repeat;
	background-size: 100% 100%;
	height: 21%;
	width: 30%;
	left: 35%;
	top: 5%;
	opacity: 0.8;
	position: absolute;
	transition:top 0.3s;

}
.cpcl:hover .cp2img{
	background: url(/staticsk/images/lg1.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	top: 3%;
}
.sjmg{
	margin: 2% 0;
}

.jf1img{
	width: 100%;
	position: absolute;
	bottom: 0px;
	top: 25%;
	background: url(/staticsk/images/z1.png) no-repeat;
	background-size: 100% 100%;
}
.jf2img{
	width: 100%;
	position: absolute;
	bottom: 0px;
	top: 25%;
	background: url(/staticsk/images/z2.png) no-repeat;
	background-size: 100% 100%;
}
.section2 h4{
	color: #333;
	font-size: 15px;
}
.jf3img{
	width: 100%;
	position: absolute;
	bottom: 0px;
	top: 20%;
	background: url(/staticsk/images/z.png) no-repeat;
	background-size: 100% 100%;
}.jf4img{
	 width: 100%;
	 position: absolute;
	 bottom: 0px;
	 top: 25%;
	 background: url(/staticsk/images/y2.png) no-repeat;
	 background-size: 100% 100%;
 }.jf5img{
	  width: 100%;
	  position: absolute;
	  bottom: 0px;
	  top: 25%;
	  background: url(/staticsk/images/y1.png) no-repeat;
	  background-size: 100% 100%;
  }
.jf:hover .jf1img{
	background: url(/staticsk/images/xzz1.png) no-repeat;
	background-size: 100% 100%;
}
.jf:hover .jf2img{
	background: url(/staticsk/images/xzz2.png) no-repeat;
	background-size: 100% 100%;
}
.jf:hover .jf3img{
	background: url(/staticsk/images/xzz.png) no-repeat;
	background-size: 100% 100%;
}
.jf:hover .jf4img{
	background: url(/staticsk/images/xzy1.png) no-repeat;
	background-size: 100% 100%;
}
.jf:hover .jf5img{
	background: url(/staticsk/images/xzy2.png) no-repeat;
	background-size: 100% 100%;
}

.jftext{
	height: auto;
	width: 100%;
	white-space: nowrap;
	font-size: 15px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #fff;
}
.cptext{

	height: auto;
	width: 60%;
	left: 20%;
	top: 50%;
	position: absolute;
      font-size: 13px;
	text-align: center;
	color: #fff;
}
.cp3img{
	background: url(/staticsk/images/yj.png) no-repeat;
	background-size: 100% 100%;
	height: 21%;
	width: 30%;
	left: 35%;
	top: 5%;
	opacity: 0.8;
	position: absolute;
	transition:top 0.3s;

}
.cpcl:hover .cp3img{
	background: url(/staticsk/images/yj1.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	top: 3%;
}
.cp4img{
	background: url(/staticsk/images/cy.png) no-repeat;
	background-size: 100% 100%;
	height: 21%;
	width: 30%;
	left: 35%;
	top: 5%;
	opacity: 0.8;
	position: absolute;
	transition:top 0.3s;

}
.scrimg{
	height: 60px;
}
.tile{
	margin: 0;
	padding: 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
}
#myTabContent{
	-webkit-overflow-scrolling: touch;
}

	#mb {
position: absolute;
	top: 0;

	width: 100%;
	height: 0%;
}

.dhs{
	margin: 0 2px;

	cursor: pointer;
}
.dhs1{
	margin: 0 5px;
}
.dy{
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.list-of-service{
	min-height: 300px;
	height: auto;
}
.cpcl:hover .cp4img{
	background: url(/staticsk/images/cy1.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	top: 3%;
}
.cp5img{
	background: url(/staticsk/images/tg.png) no-repeat;
	background-size: 100% 100%;
	height: 21%;
	width: 30%;
	left: 35%;
	top: 5%;
	opacity: 0.8;
	position: absolute;
	transition:top 0.3s;

}
.cpcl:hover .cp5img{
	background: url(/staticsk/images/tg1.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	top: 3%;
}
.maincp_qt_qx{
	position: absolute;
	height: 100%;
	top: 6%;
	left: -4%;
	width: 102%;
	background: url(/staticsk/images/qx.png) no-repeat;
	/* opacity: 0.8; */
	animation: rotate1 5s linear infinite;
	background-size: 100% 100%;

}
.lgbcimg2{
	height: 60%;
	position: absolute;
	background: url(/staticsk/images/xing1.png) no-repeat;
	background-size: 100% 100%;
	width: 56%;
	top: 10%;
	animation: rotate1 4s linear infinite;

	left: 33%;
}

@keyframes rotate{
	0%{rotate(0deg)}
	100%{opacity:1;
		transform:rotate(360deg)}
}
@keyframes rotate1{
	0%{opacity:1;}
	50%{opacity:0.65;
	}
	100%{opacity:1;
		}
}
@keyframes rotate3{
	0%{rotate(0deg)}
	100%{opacity:1;
		transform:rotate(360deg)}

}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 48px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
.gytp{
	height: auto;
}
@media only screen and (max-width: 1366px){
	.pest-icon{
		width: 90px;
		height: 90px;
	}
	.lxf{
		margin-top: 5px;
	}
	.kdbc{
		padding-top: 30px;
	}
	.mt-30{
		margin-top: 3px;
	}
	.pest-icon img{
		height: 60px;
		margin-top: -20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 35px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	.abt-left-thumb a{
		padding: 0 14%;
	}
	.gytp{
		height: 367px;
	}
	.abt-right h2.abt-title{
		font-size: 24px;
		margin-top: 0;
	}
	.abt-right>p {
		font-size: 13px;
		color: #5f5f5f;
		line-height: 23px;
		margin-bottom: 8px;
	}

}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
	.maincp{
		height: auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.pt-100{
		padding-top: 0px;
	}
	.qhci{
		display: flex;
	}
	.index-product li{
		margin-left: 30px;
	}
	.hicecf{
		display: none;
	}
	.index-product{
		padding: 20px 0 30px;
	}
	. maincp1{
		height: 70vh;
	}
	.kdbc{
		font-size: 18px;
		padding-top: 9px ;
		margin-bottom: 0;
	}
	.kdbc1{
		font-size: 14px;
		padding-bottom: 9px;
		margin-bottom: 0;
	}
	.jftext{
		font-size: 12px;
		letter-spacing:0;
	}
	.index_main .section2{
		background-size: 100% 100%;

	}
	.jf1 {
		left: 7%;
		width: 35%;
		top: 3%;
		height: 30%;
	}
	.jf2 {
		left: 7%;
		top: 37%;
		height: 30%;
		width: 35%;
	}
	.jf3 {
		left: 32%;
		bottom: 0%;
		height: 30%;
		width: 35%;
	}
	.jf4 {
		right: 7%;
		top: 37%;
		height: 30%;
		width: 35%;
	}
	.jf5 {
		right: 7%;
		width: 35%;
		top: 3%;
		height: 30%;
	}
	.cpcl{
		width: 22%;
	}
	.cp1 {
		left: 5%;
		top: 6%;
	}
	.cp2{
		left: 5%;
		top: 46%;
	}
	.cp3 {
		left: 41%;
		bottom: 7%;
	}
	.cp4{
		right: 5%;
		top: 46%;
	}
	.cp5 {
		right: 5%;
		top: 6%;
	}
	.cptext{
		font-size: 12px;
	}
	.pt--100{
		padding-top: 30px;
	}
	.index_main .section4{
		background: #f7f7f7;
	}
	.index_main .section5 h3 {
		margin-top: 50px;
	}
	.fot{
		position: relative;
	}
	.footer-bottom p{
		font-size: 12px;
	}
	.pt--100{
		padding-top: 10px;
	}
	.story-details-top h2{
		text-align: center;
		font-size: 19px;
	}
	.story-details-top p{
		font-size: 12px;
	}
	.botgd{
		text-align: center;
		margin-bottom: 5px;
	}
	.bk{
		margin: 11px;
	}
	.pb--70 {
		padding-bottom: 0px;
	}

	.xqbtn{
		display: inline;
	}
	.single-bc {
		padding: 22px 8px;
	}
	.single-bc img{
		height: 55px;
	}
	.single-service:hover  .single-bc{
		padding: 22px 8px;
		background:transparent;
	}
	.container1 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.index_main .section1 .index_banner .item{
		height: 41vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
}

@media only screen and (max-width: 992px){
	ul li{
		display: block;
	}
	.xhide{
		display: none;
	}
	.pt--100{
		padding-top: 10px;
	}
	.abt-right h2.abt-title {
		font-size: 19px;
		margin-top: 0px;
	}
	.abt-right>p {
		font-size: 13px;
		color: #5f5f5f;
		line-height: 20px;
		margin-bottom: 32px;
	}
	.abt-right{
		padding: 0px 10px 0px 0px;
	}
	.gytp{
		height: 500px;
	}
	.story-details-top h2{
		text-align: center;
		font-size: 19px;
	}
	.index_main .section1 .index_banner .item{
		height:31vh;
	}
	.story-details-top p{
		font-size: 12px;
	}
	#mb{
		height: 100%;
	}
	.zp{
		width: 50%;
	}
	.zp{
		width: 50%;
		padding: 0;
	}
	.list-of-service{
		height: auto;
	}
	.tzp{
		padding: 0;
		float: left;

		width: 50%;
	}
	.p0{
		padding: 0px;
	}
	.tzt{
		width: 45%;
		padding: 0;
margin-left: 4%;
		float: left;
	}
	.botgd{
		text-align: center;
		margin-bottom: 5px;
	}
	.bk{
		margin: 11px;
	}
	.pb--70 {
		padding-bottom: 0px;
	}

	.xqbtn{
		display: inline;
	}
	.single-bc {
		padding: 22px 8px;
	}
	.single-bc img{
		height: 55px;
	}
	.container1 {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.index_main .section1 .index_banner .item{
		height: 31vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){
	.header{
		position: relative;
		height: 60px;
	}
	.xhide{
		display: none;
	}
	.gytp{
		height: 300px;
	}
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
.fade.show {
	opacity: 1;
}
.maishow{
	display: none;
}
.fote{
	text-align: center;
}
.fote p{
	color: #666666;
}
.lsdh{
	background: #0e66f1;
	font-size: 20px;
	padding: 0 21px;
	border-radius: 3px;
}
.deb .single-bc{
	padding: 20px 23px !important;
	background: #f7f7f7 !important;
	border: 1px solid #e2e2e2;
}
.deb .single-bc p{
	color: #333 !important;
}
.deb .single-bc h3{
	padding: 10px 0 20px 0;
	font-size: 20px;
}
.deb .single-service .icon {
	height: 50px;
}
.BMap_bubble_title{
	font-weight: bold;
}
.single-bc1{
	text-align: left;
	color: #333;
}
.de2 h5{
	padding: 10px 0;
}
.hi38{
	height: 385px;
}
.lr h2{
	text-align: left;
}
.lr p{
	text-align: left;
}
.anchorBL{
	display:none;
}
.tildh label{
	font-size: 13px;
	font-weight: inherit;
}


.footer-bottom p {
    margin: 0;
    color: #8da2c3;
}
.cta-content h3{
    color: #fff;
    font-size: 22px;
}
.cta-content h3:before{
    content: '';
    position: absolute;
    left: -30px;
    top: 16px;
    height: 30px;
    width: 30px;
    z-index: -1;
    background: url(/staticsk/images/rh.png) no-repeat;
    background-size: 100% 100%;
}
.cta-content1 h3:before{
    content: '';
    position: absolute;
    left: -30px;
    top: 181px;
    height: 30px;
    width: 30px;
    z-index: -1;
    background: url(/staticsk/images/hl.png) no-repeat;
    background-size: 100% 100%;
}
.service-section{
	background: url(/staticsk/images/jfbc.png) no-repeat ;
	background-position:bottom;
}